home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 284_01 / config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-03-11  |  768 b   |  16 lines

  1. /* config.h - system configuration                    */
  2.  
  3. /* This file defines some constants to configure the system.  You can    */
  4. /* edit some definitions to change work space, file names, and/or ope-    */
  5. /* ration mode options.                            */
  6.  
  7. /* size of working storage                        */
  8. #define MEMSIZE        ( (int)0x7F00 ) /* size of main memory in bytes */
  9.  
  10. /* options for 8080 machine simulater: set 1 to have one, 0 otherwise    */
  11. #define TRACE        1        /* add trace facility        */
  12. #define HFLAG        1        /* enable H flag simulation    */
  13. #define PFLAG        1        /* enable P flag simulation    */
  14. #define CKPSW        0        /* check validity of flags    */
  15. #define INOUT        1        /* support IN/OUT instructions    */
  16.